![]() |
PATH![]() |
The USBExpertInstallDeviceDriver function notifies the USB Manager that there is a device that needs a driver matched and loaded. Typically only hub drivers need the service provided by this function.
OSStatus USBExpertInstallDeviceDriver (
USBDeviceRef ref,
USBDeviceDescriptorPtr *descUSBReference hubRef,
UInt32 port,
UInt32 busPowerAvailable);
The ref parameter can be a device reference or an interface reference. Similarly the desc parameter can be a device or interface descriptor.
Previous | Back Up One Level | Next | Show Frames | Hide Frames